AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones de bloqueo
  • Locked application
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
LockAppPassword (Function)
In french: VerrouAppliMotDePasse
Specifies a specific password for unlocking the current application (application locked automatically or by LockAppOn).
Example
// Password sought in the User file
LockAppPassword(User.Password)
Syntax
LockAppPassword(<Password>)
<Password>: Character string
Password that will be used tor unlock the application.
Remarks

Locked application

When the application is locked, all the appliation windows are minimized. When the user tries to restore the application, the following window is displayed:
The user must type a password. This password can correspond to:
  • the Windows password of the current computer (by default),
  • the user password defined in the user groupware (if the user groupware is used by your application),
  • a specific password, defined by LockAppPassword.
Related Examples:
The Lock functions Unit examples (WINDEV): The Lock functions
[ + ] Using the LockXX functions in order to lock a sensitive application.
Component: wd290gpu.dll
Versión mínima requerida
  • Versión 12
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/06/2023

Señalar un error o enviar una sugerencia | Ayuda local